-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ironside: se: Add support for calling the cpuconf service #22034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 960f5b45ae1da49d57c972fa3d68447059ffade2 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (20)Outputs:ToolchainVersion: 1d2c5d0ab5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (some minor compliance on spacing)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit, looks good
lib/cpuconf/cpuconf.c
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| int ironside_se_cpuconf_boot_radiocore(uint8_t *msg, size_t msg_size) | |
| psa_status_t ironside_se_cpuconf_boot_radiocore(uint8_t *msg, size_t msg_size) |
include/ironside/se/cpuconf.h
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| int ironside_se_cpuconf_boot_radiocore(uint8_t *msg, size_t msg_size); | |
| psa_status_t ironside_se_cpuconf_boot_radiocore(uint8_t *msg, size_t msg_size); |
90be5e0 to
faa9528
Compare
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Add support for calling the cpuconf service. Ref: NCSDK-32925 Signed-off-by: Sebastian Bøe <[email protected]>
|
Moving this code to Zephyr. |
Add support for calling the cpuconf service.
Ref: NCSDK-32925